ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Waterfall<T> Class / ShowTotal Property

In This Topic
    ShowTotal Property (Waterfall<T>)
    In This Topic
    Gets or sets a value that determines whether the show the total bar.
    Syntax
    'Declaration
     
    Public Property ShowTotal As Boolean
    public bool ShowTotal {get; set;}
    See Also